type github.com/jackc/pgx/v5/pgtype.encodePlanTSVectorCodecText

4 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		tsvector.go#L46: 	buf, _ := encodePlanTSVectorCodecText{}.Encode(t, nil)
		tsvector.go#L150: 		return encodePlanTSVectorCodecText{}
		tsvector.go#L258: type encodePlanTSVectorCodecText struct{}
		tsvector.go#L260: func (encodePlanTSVectorCodecText) Encode(value any, buf []byte) ([]byte, error) {